﻿*, input, select, textarea, option, button {
  outline: none !important; }

html {
  height: 100%; }

body {
  background-color: #eff4fa;
  height: 100%;
  font-family: "Raleway"," SansSerif";
  font-size: .9rem; }

h6 {
  font-size: 12px; }

.popover {
  max-width: 75%; }
  .popover h3.popover-header {
    margin: 0; }

.modelItem div {
  overflow: hidden;
  text-overflow: ellipsis; }

.ngb-dp-day.disabled, .ngb-dp-day.hidden {
  background-color: lightgrey;
  border-radius: 20px; }

.modal-header .close {
  font-size: 1rem; }

.font-size-11 {
  font-size: 11px; }

/* Header
---------------------------------------------*/
header {
  background-color: #fff;
  box-shadow: 0 0 50px #d9e3f5;
  padding: 10px 0;
  height: 80px; }
  header img {
    max-width: 75px; }
  header h1 {
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    text-align: center;
    line-height: 57px;
    text-transform: uppercase; }
    header h1 span.bold {
      font-weight: bold; }

.navbar-default {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 0; }
  .navbar-default .navbar-toggle {
    border-color: #000; }

.navbar-nav {
  height: 100%; }
  .navbar-nav > li {
    float: none;
    display: block; }

/* Menu */
.navbar-header {
  float: right;
  text-align: right;
  font-size: 12px;
  line-height: 15px;
  margin-top: 15px; }
  .navbar-header p {
    margin: 0; }
  .navbar-header > div {
    display: table-cell;
    vertical-align: middle; }

.navbar-toggle {
  display: block;
  margin: 0 0 0 15px;
  float: none;
  padding: 2px 6px; }

.navbar-collapse {
  background: #fff;
  box-shadow: 0 11px 10px #ccc;
  position: absolute;
  right: 0;
  top: 70px;
  z-index: 9999; }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: hidden;
    opacity: 0; }
  .navbar-collapse.in {
    visibility: visible;
    opacity: 1; }

@media (max-width: 767px) {
  header {
    height: 60px;
    padding: 5px 0;
    top: 0px;
    position: fixed;
    width: 100%;
    z-index: 9999; }
  header h1 {
    font-size: 18px;
    line-height: 50px; }
  .navbar-header {
    margin-top: 8px; }
  .navbar-collapse {
    left: 0;
    top: 60px;
    width: 100%;
    position: fixed; } }

@media (max-width: 403px) {
  header h1 {
    line-height: 25px; } }

/* Main Area
---------------------------------------------*/
#wrap {
  padding: 30px 0;
  /*overflow: hidden;*/ }
  #wrap .inside {
    width: 95%;
    margin: auto; }

@media (max-width: 767px) {
  #wrap {
    margin-top: 60px; } }

/* Footer
---------------------------------------------*/
footer {
  text-align: center;
  padding: 10px 0; }

/* Typography
---------------------------------------------*/
h2 {
  text-transform: uppercase;
  font-size: 22px;
  margin: 0 0 30px; }

.body-content > h2 {
  padding: 0 30px; }

h3 {
  font-size: 18px;
  margin: 10px 0; }

hr {
  margin: 30px 0; }

.title h3 {
  margin: 30px 0; }

h1 .fa,
h2 .fa,
h3 .fa {
  color: #3193AD; }

/* Lists
---------------------------------------------*/
.listLabel {
  display: block; }

@media (min-width: 576px) {
  .listLabel {
    display: none; } }

.search input {
  background: #fff;
  border: 1px solid #ccc;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important; }

.row.header {
  background: none;
  padding: 5px 0;
  margin: 3px 0;
  width: 100%; }

.list > div > .scroll-repeat-item,
.list > .modelItem {
  background-color: #f5f9ff;
  padding: 5px 0;
  margin: 3px 0;
  width: 100%; }

.list > div > .scroll-repeat-item:nth-child(odd),
.list > div:nth-child(odd) {
  background-color: #fbfdff; }

.list > div > .scroll-repeat-item .scroll-repeat-item-content > .row {
  margin: 0; }

.list > .modelItem > div {
  float: none;
  vertical-align: middle;
  display: table-cell; }

.list > .row > .ng-binding label {
  margin: 0; }

.list .btns {
  text-align: right; }

.list .btns .btn {
  margin-left: 5px; }

.list address {
  margin: 0; }

@media (max-width: 767px) {
  .list > .row > .ng-binding {
    margin-bottom: 15px; } }

/* Buttons
---------------------------------------------*/
.btn:not(.btn-sm) {
  padding: 7px 12px; }

.btn-outline-primary {
  border-color: #3193AD;
  color: #3193AD; }

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #3193AD;
  border-color: #3193AD;
  color: #fff; }

.btn-default {
  background-color: #303247;
  border: none;
  transition: all 0.2s ease 0s;
  color: #fff; }

.btn-check:checked + .btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background-color: #3193AD;
  color: #fff; }

.btn-primary {
  background-color: #3193AD;
  border: none;
  transition: all 0.2s ease 0s;
  color: white; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #303247; }

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background-color: #3193AD;
  border-color: #3193AD;
  color: #fff; }

.input-group .fa-search {
  color: #3193AD; }

/* Form Elements
---------------------------------------------*/
.form-control {
  background: #fff;
  box-shadow: none; }

select.form-control {
  background-color: #fff !important; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin: 0; }

/* Custom Checkbox */
.form-check:not(.form-switch) {
  margin-bottom: 15px; }
  .form-check:not(.form-switch) > [type="checkbox"],
  .form-check:not(.form-switch) > label {
    margin-bottom: 0px !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .form-check:not(.form-switch) > [type="checkbox"]:not(:checked),
  .form-check:not(.form-switch) > [type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }
  .form-check:not(.form-switch) > [type="checkbox"]:not(:checked) + label,
  .form-check:not(.form-switch) > [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    text-align: left; }
  .form-check:not(.form-switch) > [type="checkbox"]:not(:checked) + label:before,
  .form-check:not(.form-switch) > [type="checkbox"]:not(:checked):focus + label:before,
  .form-check:not(.form-switch) > [type="checkbox"]:not(:checked):active + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: none;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #303247; }
  .form-check:not(.form-switch) > [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: none;
    background: #303247;
    border-radius: 3px;
    border: 1px solid #303247; }
  .form-check:not(.form-switch) > [type="checkbox"]:not(:checked) + label:after,
  .form-check:not(.form-switch) > [type="checkbox"]:checked + label:after {
    font: normal normal normal 14px/1 'Font Awesome 6 Pro';
    content: '\f00c';
    font-weight: 900;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 2px;
    color: #fff;
    xtransition: all .2s;
    border: 1px solid #303247 !important; }
  .form-check:not(.form-switch) > [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); }
  .form-check:not(.form-switch) > [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1); }
  .form-check:not(.form-switch) > [type="checkbox"][data-indeterminate] + label:after,
  .form-check:not(.form-switch) > [type="checkbox"][data-indeterminate] + label:after {
    content: '';
    opacity: 1;
    transform: scale(1);
    border: 1px solid #303247 !important; }
  .form-check:not(.form-switch) > [type="checkbox"]:disabled:not(:checked) + label:before,
  .form-check:not(.form-switch) > [type="checkbox"]:disabled:checked + label:before {
    cursor: not-allowed;
    opacity: 1;
    color: #dadada;
    border: 1px solid #303247 !important; }
  .form-check:not(.form-switch) > [type="checkbox"]:disabled:checked + label:after {
    color: #dadada;
    cursor: not-allowed;
    border: 1px solid #303247 !important; }
  .form-check:not(.form-switch) > [type="checkbox"]:disabled + label {
    color: #aaa;
    cursor: not-allowed; }
  .form-check:not(.form-switch) > [type="checkbox"]:checked:focus + label:before,
  .form-check:not(.form-switch) > [type="checkbox"]:not(:checked):focus + label:before {
    border: 1px solid #303247 !important;
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);*/ }
  .form-check:not(.form-switch) > label:before,
  .form-check:not(.form-switch) > label:hover:before,
  .form-check:not(.form-switch) > label:active:before,
  .form-check:not(.form-switch) > label:focus:before {
    border: 1px solid #303247 !important; }
  .form-check:not(.form-switch) > [type="checkbox"]:disabled:not(:checked) + label:hover:before,
  .form-check:not(.form-switch) > [type="checkbox"]:disabled:not(:checked) + label:active:before,
  .form-check:not(.form-switch) > [type="checkbox"]:disabled:not(:checked) + label:focus:before,
  .form-check:not(.form-switch) > [type="checkbox"]:disabled:checked + label:hover:before,
  .form-check:not(.form-switch) > [type="checkbox"]:disabled:checked + label:active:before,
  .form-check:not(.form-switch) > [type="checkbox"]:disabled:checked + label:focus:before {
    border: 1px solid #303247 !important; }
  .form-check:not(.form-switch) .checkspacer {
    line-height: 2rem;
    display: block; }

/* Select */
select {
  border: none;
  background-color: #eff4fa !important;
  border-radius: 10px;
  box-shadow: none;
  color: #000 !important;
  width: 100%;
  max-width: 100%;
  padding: 15px;
  font-weight: 500;
  text-transform: uppercase;
  /* Reset */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* New Arrow */
  background-image: linear-gradient(45deg, transparent 50%, #303247 50%), linear-gradient(135deg, #303247 50%, transparent 50%) !important;
  background-position: calc(100% - 15px) calc(15px + 0px), calc(100% - 10px) calc(15px + 0px), calc(100% - 2.5em) 0.5em !important;
  background-size: 5px 6px, 5px 6px, 1px 1.5em !important;
  background-repeat: no-repeat !important; }

option {
  color: #000 !important; }

option:first-child {
  color: #000 !important; }

.input-group-addon:last-child {
  border-left: 1px solid #ccc; }

/* Modal */
.modal-backdrop {
  background-color: #fff; }
  .modal-backdrop .in {
    opacity: 0.75; }

.modal-dialog {
  margin-top: 15%; }

.modal-header {
  border: none;
  text-align: center; }
  .modal-header h2 {
    color: #68e899;
    margin: 0;
    font-weight: normal; }

.modal-content {
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.5);
  padding: 25px !important; }

.modal-footer {
  border: none;
  text-align: center !important; }

/* Call Button */
.callBtn {
  display: inline-block; }

.callOptions {
  display: none;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 10px #aaa;
  margin-left: -160px;
  top: 0;
  padding: 5px;
  position: absolute;
  width: 250px;
  z-index: 10;
  overflow: visible !important; }
  .callOptions a {
    display: block;
    padding: 3px; }

.bg-danger {
  background-color: #f2dede !important; }

.zebraStripedRowsWrapper > .row:nth-of-type(even) {
  background-color: #f2f5f9; }

.zebraStripedRowsWrapper .row {
  margin-bottom: 5px;
  margin-top: 5px; }

.leftIconSize {
  font-size: 1.5em; }

td.timerDone button span {
  background-color: #3193AD;
  border-radius: 10px;
  color: black;
  padding: 4px; }

.bg-fill {
  background-color: #eff4fa; }

.btns {
  text-align: right; }

a,
div[sortable-column] {
  color: #3193AD;
  cursor: pointer; }

.details {
  background: #fff;
  padding: 50px; }
  .details br.break {
    margin: 10px 0; }
  .details .row {
    margin-bottom: 25px; }
  .details h3 {
    margin: 0 0 15px; }
  .details label {
    color: #aaa;
    font-weight: normal;
    display: block; }

.login, .edit, .whitecard {
  background-color: #fff;
  padding: 40px;
  margin-left: auto;
  margin-right: auto; }
  .login .form-label, .login .form-check-label, .edit .form-label, .edit .form-check-label, .whitecard .form-label, .whitecard .form-check-label {
    font-weight: bold; }
  .login .form-control, .edit .form-control, .whitecard .form-control {
    background: #eff4fa;
    border-color: transparent; }

.ng-touched.ng-valid:not(form) {
  border: 2px solid green;
  /* green */ }

.ng-touched.ng-invalid:not(form) {
  border: 2px solid red; }

.btn-group.ng-touched:not(form) {
  border: none; }

/*Icons*/
.custom-icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  height: 1em;
  width: 1em;
  background-size: 1em 1em;
  display: inline-block; }

.custom-icon-CASAMBA {
  background-image: url("../images/emr/casamba.png");
  background-size: 100% 100%;
  content: "";
  height: 1em;
  width: 1em; }

.custom-icon-DEVERO {
  background-image: url("../images/emr/devero.png");
  background-size: 100% 100%;
  content: "";
  height: 1em;
  width: 1em; }

.custom-icon-THERAPYSYNC {
  background-image: url("../images/emr/therapysync.png");
  background-size: 100% 100%;
  height: 1em;
  width: 1em; }

.custom-icon-SIMPLEPRACTICE {
  background-image: url("../images/emr/simplepractice.png");
  background-size: 100% 100%;
  height: 1em;
  width: 1em; }

.custom-icon-WELLSKY {
  background-image: url("../images/emr/wellsky.png");
  background-size: 100% 100%;
  height: 1em;
  width: 1em; }

.custom-icon-CARTERPORTAL {
  background-image: url("../images/emr/CARTERPORTAL.png");
  background-size: 100% 100%;
  height: 1em;
  width: 1em; }

.custom-icon-AXXESS {
  background-image: url("../images/emr/AXXESS.png");
  background-size: 100% 100%;
  height: 1em;
  width: 1em; }

.custom-icon-ALORAPLUS {
  background-image: url("../images/emr/ALORAPLUS.png");
  background-size: 100% 100%;
  height: 1em;
  width: 1em; }

.custom-icon-HOMECAREHOMEBASE {
  background-image: url("../images/emr/HOMECAREHOMEBASE.png");
  background-size: 100% 100%;
  height: 1em;
  width: 1em; }

.custom-icon-PARIOX {
  background-image: url("../images/emr/PARIOX.png");
  background-size: 100% 100%;
  height: 1em;
  width: 1em; }

.custom-icon-KANTIME {
  background-image: url("../images/emr/KANTIME.png");
  background-size: 100% 100%;
  height: 1em;
  width: 1em; }

.custom-icon-CONTINULINK {
  background-image: url("../images/emr/CONTINULINK.png");
  background-size: 100% 100%;
  height: 1em;
  width: 1em; }

.custom-icon-RAINTREE {
  background-image: url("../images/emr/RAINTREE.png");
  background-size: 100% 100%;
  height: 1em;
  width: 1em; }

.custom-icon-FUSION {
  background-image: url("../images/emr/FUSION.png");
  background-size: 100% 100%;
  height: 1em;
  width: 1em; }

.noUi-connects {
  background-color: #3193AD; }

.GMAPS_OVERLAY {
  border-width: 0px;
  border: none;
  position: absolute;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  z-index: 999999; }

.GMAPS_OVERLAY_DIV {
  border-width: 0px;
  border: none;
  position: absolute;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-color: #095E74;
  opacity: .5;
  z-index: 99999; }

.ws {
  white-space: pre-line; }

.timepicker-backdrop-overlay,
.timepicker-overlay {
  z-index: 10000000000 !important; }

.dashWrapper {
  background-color: white;
  border-radius: 20px;
  padding: 2.5rem; }
  .dashWrapper h3 {
    font-weight: bold;
    font-size: 30px; }
  .dashWrapper .displayNum {
    font-size: 120px;
    font-weight: 400;
    font-family: sans-serif;
    color: #3193AD;
    padding-top: 60px;
    padding-bottom: 60px; }
